-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
deps: upgrade npm to 7.0.7 #35908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: upgrade npm to 7.0.7 #35908
Conversation
|
@nodejs/npm |
Trott
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rubber-stamp LGTM
BridgeAR
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM
|
I went through and ran the update script on top of this PR to verify that the update was what was expected and things look good. There is a single file missing from this update from some reason, but it is a doc in a dependency |
MylesBorins
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Can we fast track? |
|
Landed in dc05c70 |
PR-URL: #35908 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Guy Bedford <[email protected]>
PR-URL: #35908 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Guy Bedford <[email protected]>
7.0.7 (2020-10-30)
BUG FIXES
3990b422d#2067 use sh as default unix shell, not bash (@isaacs)81d6ceef6#1975 fix npm exec on folders missing package.json (@ruyadorno)2a680e91a#2083 delete the contents ofnode_modulesonly innpm ci(@nlf)2636fe1f4#2086 disable banner output if loglevel is silent innpm run-script(@macno)DEPENDENCIES
4156f053e@npmcli/[email protected]npm startscript1900ae9ad@npmcli/[email protected]8cb0c166c@npmcli/[email protected]7.0.6 (2020-10-27)
BUG FIXES
46c7f792a#2047 #1935 skip the prompt when in a known ci environment (@nlf)f8f6e1fad#2049 properly remove pycache in release script (@MylesBorins)5db95b393#2050 pack: do not show individual files of bundled deps (@isaacs)3ee8f3b34#2051 view: Better errors when package.json is not JSON (@isaacs)DEPENDENCIES
99ae633f6[email protected]d4173f58d@npmcli/[email protected]c09380fa5@npmcli/[email protected]b154861ad@npmcli/[email protected]ffea6596b[email protected]7.0.5 (2020-10-23)
77ad86b5eMerge docs deps with main project7.0.4 (2020-10-23)
DOCUMENTATION
cc026daf8docs:npm-dedupethroughnpm-installaec77acf8#1915 use "dockhand" for faster static documentation generation (@ethomson)aeb10d210#2024 Fix post-install script name (@irajtaghlidi)BUG FIXES
59e8dd6c6#2015 #2016 Properly setnpm_commandenvironment variable.TESTS
39ad1ad9e#2001npm configtests (@ruyadorno)b9c1caa8e#2026npm ownertest and refactor (@ruyadorno)DEPENDENCIES
ed6e6a9d3[email protected]b737ee999#2009 #2007[email protected]:783965508#1997 #2000 #2005@npmcli/[email protected]Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes